home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 2444 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.5 KB

  1. Path: news.chattanooga.net!usenet
  2. From: mmayne@chattanooga.net
  3. Newsgroups: comp.lang.c
  4. Subject: Re: C & IBM CICS
  5. Date: 21 Jan 1996 16:05:10 GMT
  6. Organization: Chattanooga Online!
  7. Message-ID: <4dto7m$1pf@news.chattanooga.net>
  8. References: <4dltq9$g9r$1@mhadg.production.compuserve.com>
  9. Reply-To: mmayne@chattanooga.net
  10. NNTP-Posting-Host: mayne.chattanooga.net
  11. X-Newsreader: IBM NewsReader/2 v1.2.5
  12.  
  13. You would probably be better off designing your program to have separate
  14. modules to actually perform the I/O - then for the CICS version, you could
  15. have adapter code coded in the native 'EXEC CICS READ FILE(XXX) END EXEC'
  16. format.  Do be aware that the primary support for native CICS files is VSAM, and
  17. the majority of these in use in the world are keyed access, with semantics a whole
  18. lot different than the standard C fread, fwrite, etc.
  19.  
  20. Just my $0.02 worth.
  21. -Mike
  22. (MVS/ESA CICS SYSPROG)
  23.  
  24. In <4dltq9$g9r$1@mhadg.production.compuserve.com>, Bill Symmes <71046.623@CompuServe.COM> writes:
  25. >Does anyone know of a way to use ANSI C modules in an IBM CICS 
  26. >environment?
  27. >
  28. >We want to write modules in C and link them into an IBM CICS 
  29. >program.  It's our understanding that CICS must do all I/O and 
  30. >therefore one would need special version of the fread, fwrite, 
  31. >etc. functions for that environment.
  32. >
  33. >-- 
  34. >Bill Symmes                           P*ROM Software Inc
  35. >71046.623@compuserve.com              +1 802 862-7500
  36. >                                      +1 802 862-8357 (Fax)    
  37. >                                  Burlington VT 05406-4027 
  38.  
  39.